home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plhist < prev    next >
Text File  |  1994-05-10  |  366b  |  16 lines

  1. plhist:
  2.  
  3. Synopsis: Plot a histogram.
  4.  
  5. Syntax: plhist ( DATA , NBIN )
  6.  
  7. Description:
  8.  
  9.     Plot a histogram of the data in DATA. DATA can be a N-column
  10.     matrix. The columns of DATA are plotted in histogram fashion.
  11.     An optional second argument, NBIN specifies the number of bins
  12.     to separate the data into. If NBIN is not specified the
  13.     default is 10. 
  14.  
  15. See Also: plhistx
  16.